home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / bgfax160.zip / MD-USR.TXT < prev    next >
Text File  |  1995-12-19  |  3KB  |  66 lines

  1. --------------------------------------------------------------------------
  2. Setup hints for BGFAX with MDOOR/2 1.02 & US Robotics Modems      12-19-95
  3. B.J. Guillot
  4. FidoNet 1:106/400                         InterNet: bjg90783@jetson.uh.edu
  5. --------------------------------------------------------------------------
  6.  
  7. NOTE: THIS SETUP FILE IS ONLY FOR THE *OS/2* VERSION OF MAINDOOR
  8.  
  9. NOTE: US Robotics owners, please read over the USR section in the READ.ME
  10.       file before proceeding!
  11.  
  12. Please make sure the following three items are true before proceeding...
  13. (1) Your modem is NOT set to "Auto Answer" mode (REGISTER S0 MUST EQUAL 0)
  14. (2) DIP switch #5 is in the "SUPPRESS AUTO ANSWER" position
  15. (3) You have already put all relevant DATA commands for the BBS into NVRAM
  16.  
  17. Note that, generally, fax (AT+F) commands CANNOT be stored in NVRAM.
  18.  
  19. Here is the relevant information from MDSETUP ...
  20.  
  21. [MDSETUP] Modem -> Strings
  22.   Init string #1 ........... ATZ|~AT+FCLASS=2{.0|
  23.   Init string #2 ........... AT+FNR=1,1,1,1|
  24.   Init string #3 ........... AT+FLI="713 555 1212"|
  25.   Force answer string #1 ... AT+FAA=1;A|
  26.   *** Force answer #2 and #3 should be empty ***
  27.   Dial prefix .............. AT+FCLASS=0DT
  28.  
  29. : atz                      automatically recalls data commands in NVRAM
  30. : +fclass=2.0              enables fax mode--MainDoor escapes "{." to be "."
  31. : +fnr=1,1,1,1             sets your FAX ID, up to 20 characters
  32. : +fli="713 555 1212"      tells modem to let BGFAX know connect speed
  33. : +fclass=0dt              enables data mode operation on outgoing calls
  34. :
  35. : The "at+faa=1;a" causes the modem to answer adaptively, i.e., to auto-
  36. : matically determine whether the incoming call is fax or data and return
  37. : the response to the modem.
  38.  
  39. P.S... USR's FAX/ARQ light WILL flash when waiting for calls!
  40.  
  41. =======================================================================
  42.  
  43. [MDSETUP] Modem -> User defined msg.
  44.  
  45. You will see a list of 10 entries.  Move the highlighted bar to the first
  46. empty line, and press <Enter>...
  47.  
  48.    # String               Errlvl                Action
  49.    1 +FCO                 0                     Fax Session
  50.  
  51. You will need to create a file called EXEFAX.CMD.  (This file is to be
  52. placed in the "flag" direction if it is defined in MDSETUP, otherwise
  53. it must be placed in the main MDOOR directory.)
  54.  
  55. EXEFAX.CMD
  56. ~~~~~~~~~~
  57. @echo off
  58. c:\bgfax\bgfax2 /fco:4 c:\bgfax h%4 z
  59. if errorlevel 4 echo . > mdfax.now
  60.  
  61. The /FCO:nn parameter may need to be adjusted depending on the speed of
  62. your computer, cache size, etc.  See BGFAX.DOC for details.
  63.  
  64. Regards,
  65. bgfax author
  66.